* data.c (Qinteractive_form): New variable.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 24 Mar 2009 16:35:27 +0000 (16:35 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 24 Mar 2009 16:35:27 +0000 (16:35 +0000)
(Finteractive_form): Use it.

* eval.c (Fcommandp): Use Qinteractive_form.

src/ChangeLog

index b5a6368c81f8e00be5b74a99e5724db8809e97f0..da393915c344392e7466bffdd3625b2e69d94dda 100644 (file)
@@ -1,3 +1,10 @@
+2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
+
+       * data.c (Qinteractive_form): New variable.
+       (Finteractive_form): Use it.
+
+       * eval.c (Fcommandp): Use Qinteractive_form.
+
 2009-03-24  Jason Rumney  <jasonr@gnu.org>
 
        * fileio.c (Fsubstitute_in_file_name): Always work on a copy.